Give permanent-local property to per-buffer variables without defaults.
authorChong Yidong <cyd@gnu.org>
Fri, 13 Jul 2012 14:25:59 +0000 (22:25 +0800)
committerChong Yidong <cyd@gnu.org>
Fri, 13 Jul 2012 14:25:59 +0000 (22:25 +0800)
commit8978cca6b1643325b0c3e8e46567097b4371a90e
treedbe4045ca5fba9a7f157f22de076a97f714895bc
parent0d1b934dc8d247c534b2e4dc381551d515aa3d4d
Give permanent-local property to per-buffer variables without defaults.

* doc/emacs/custom.texi (Examining): Update C-h v message.

* lisp/bindings.el: Assign a non-nil permanent-local property to
per-buffer variables which lack a default value.

* lisp/help-fns.el (describe-variable): In the "automatically becomes
local" notice, take note of permanent-local variables.
doc/emacs/ChangeLog
doc/emacs/custom.texi
lisp/ChangeLog
lisp/bindings.el
lisp/help-fns.el